home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
paper_ma.swf
/
scripts
/
DefineSprite_41
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
190b
|
11 lines
_root.stop();
PercentLoaded = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
if(PercentLoaded != 100)
{
bar._xscale = PercentLoaded;
}
else
{
gotoAndStop("loaded");
}